Skip to content

chore(checksum_updater): manage wsc; bump signing tool 0.9.0 → 0.9.2#524

Merged
avrabe merged 1 commit into
mainfrom
chore/updater-manage-wsc
Jun 18, 2026
Merged

chore(checksum_updater): manage wsc; bump signing tool 0.9.0 → 0.9.2#524
avrabe merged 1 commit into
mainfrom
chore/updater-manage-wsc

Conversation

@avrabe

@avrabe avrabe commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

What

Wires wsc (pulseengine/sigil, the signing tool) into the checksum_updater and bumps it 0.9.0 → 0.9.2.

The updater previously skipped wsc (commented out, tracked as the #498 tail) because early releases were dual-natured — per-OS CLI binaries plus a wasm-CLI module wsc-cli.wasm. wsc-cli.wasm was capped at v0.7.0; from v0.9.x the registry uses only per-OS native binaries, so wsc fits the existing PerPlatformAsset pattern (version-less asset names; mixed extension — bare unix binaries vs .exe on Windows). With this, every tracked tool is auto-managed — closes the #498 updater tail.

Verification (evidence)

  • update --tools wsc --dry-run → detects pulseengine/sigil v0.9.2, resolves all 5 platform assets (byte sizes match the GitHub asset list), classifies patch.
  • update --tools wsc → writes the 0.9.2 registry block + bumps latest_version.
  • validate --tools wsc → re-downloads all 5 assets, 5/5 checksums valid.
  • linux_amd64 sha256 cross-checked against upstream's published wsc-linux-x86_64.sha256 → exact match.
  • Restored the description field the updater's serializer dropped (cosmetic; nothing reads it — toolchains hardcode _SUPPORTED_PLATFORMS).

⚠️ Signing-path note (reviewer gate)

Bumping latest_version 0.9.0 → 0.9.2 advances the wsc signing toolchain (resolved from checksums/tools/wsc.json via MODULE.bazel). The asset format is unchanged from the already-working 0.9.0 (identical native-binary pattern, no wasm involved), so the 0.7.0-style "fetches but can't run" risk is low — but this is still a signing-path change. Please run a signing build_test and review before merge. If you'd rather land the updater wiring without moving the signing tool yet, I can split the wsc.json bump into a separate PR.

🤖 Generated with Claude Code

The updater previously skipped wsc (github_repo pulseengine/sigil) because
early releases were dual-natured (per-OS CLI binaries + a wasm-CLI module
wsc-cli.wasm). wsc-cli.wasm was capped at v0.7.0; from v0.9.x the registry
uses only per-OS native binaries, so wsc fits the existing PerPlatformAsset
pattern (version-less asset names; mixed extension: bare unix binaries vs
`.exe` on Windows). Closes the #498 updater tail — every tracked tool is now
auto-managed.

Verified: `update --tools wsc` detects v0.9.2 and resolves all 5 platforms;
`validate --tools wsc` re-downloads and confirms 5/5 checksums; linux_amd64
sha256 cross-checked against upstream's published wsc-linux-x86_64.sha256.

NOTE (signing-path): bumping latest_version 0.9.0 -> 0.9.2 advances the wsc
signing toolchain (resolved from this file via MODULE.bazel). Asset format is
unchanged from the working 0.9.0 (same native-binary pattern), but this is a
signing-path change — run a signing build_test and review before merge.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@avrabe avrabe merged commit 1b8eb40 into main Jun 18, 2026
26 checks passed
@avrabe avrabe deleted the chore/updater-manage-wsc branch June 18, 2026 01:57
avrabe added a commit that referenced this pull request Jun 18, 2026
…#525)

CONTRIBUTING had no mention of the checksum_updater, so contributors hand-edited
checksums and pins drifted silently — the original motivation for #498. Add an
"Updating Tool Versions" section: the JSON registry is the source of truth
(latest_version is the pin; no separate MODULE.bazel pin for managed tools),
the update/validate/dry-run commands, the UrlPattern taxonomy
(StandardTarball/SingleBinary, PerPlatformAsset, UniversalWasm+AssetExists), how
to register a new tool, and a signing-path caveat for wsc.

Closes the #498 documentation item (item 5). Items 1-2 (universal-wasm pattern +
asset-existence filter) shipped in #502; item 4 (wsc PerPlatformAsset + 0.9.2
bump) in #524.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant